Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly switch the "2.X.Y" image to point to "newest" Python #36779

Merged

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Jan 14, 2024

The change #36003 attempted to change which Python version is used for the "default" image ("2.8.0" and effectively "latest as well).

But it failed to do so - because of a bug. The changelog about this have been removed in #36777 and we are bringing the change back (this time properly implemented) and changelog - with aim to release it in Airflow 2.9.0.

Fixes: #36740


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg bot added area:dev-tools area:production-image Production image improvements and fixes kind:documentation labels Jan 14, 2024
@potiuk potiuk changed the title Properly swith the "2.X.Y" image to point to "newest" Python Properly switch the "2.X.Y" image to point to "newest" Python Jan 14, 2024
The change apache#36003 attempted to change which Python version is used
for the "default" image ("2.8.0" and effectively "latest as well).

But it failed to do so - because of a bug. The changelog about this
have been removed in apache#36777 and we are bringing the change back
(this time properly implemented) and changelog - with aim to
release it in Airflow 2.9.0.

Fixes: apache#36740
Copy link
Member

@hussein-awala hussein-awala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@potiuk potiuk force-pushed the properly-fix-airflow-image-default-python branch from a7273ac to f0a0d9b Compare January 14, 2024 21:41
@potiuk potiuk added this to the Airflow 2.9.0 milestone Jan 14, 2024
Copy link
Contributor

@amoghrajesh amoghrajesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, let us get this in

@potiuk potiuk merged commit bd21dec into apache:main Jan 15, 2024
80 checks passed
@potiuk potiuk deleted the properly-fix-airflow-image-default-python branch January 15, 2024 07:11
abhishekbhakat pushed a commit to abhishekbhakat/my_airflow that referenced this pull request Mar 5, 2024
…#36779)

The change apache#36003 attempted to change which Python version is used
for the "default" image ("2.8.0" and effectively "latest as well).

But it failed to do so - because of a bug. The changelog about this
have been removed in apache#36777 and we are bringing the change back
(this time properly implemented) and changelog - with aim to
release it in Airflow 2.9.0.

Fixes: apache#36740
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apache Airflow "latest" image is still Python 3.8 in Airflow 2.8.0
4 participants